home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 076-100 / disk_087 / dme / dme.doc < prev    next >
Text File  |  1992-05-06  |  25KB  |  635 lines

  1.  
  2. DOC.TXT
  3.  
  4. DME V1.27 (C)CopyRight 1987, Matthew Dillon.  All Rights Reserved. This
  5. software may be distributed for non-profit only.  This software is
  6. NOT shareware.
  7.  
  8.     Matthew Dillon        contribute if you wish.
  9.     891 Regal Rd
  10.     Berkeley, Ca. 94708
  11.  
  12.     Source is available on request or by anonymous FTP.  Source requests
  13.     can ONLY be made via electronic mail to the following address:
  14.  
  15.     USENET   ...!ihnp4!ucbvax!dillon
  16.     ARPANET  dillon@ucbvax.berkeley.edu
  17.  
  18. ---------------------------------------------------------------------------
  19.  
  20. I   Overview
  21. II  Keymapping        key and mouse mapping
  22. III Command Sequences    DME commands
  23. IV  File Particulars    notes on loading and saving files
  24. V   Workbench Support
  25. VI  Revision Summary    revision numbering, changes made, etc...
  26. VII Compiling        compiling instructions
  27.  
  28.                     I
  29.                  OVERVIEW
  30.  
  31. See REVISIONS section for revisions.  DME is a WYSIWYG editor designed
  32. mainly for programmers.  Although it is not a word processor, it does
  33. include many word processing features such as Word-Wrap and automatic
  34. paragraph formatting.  Here is a quick 'features' list:
  35.  
  36.     -control language based on a rich command set accessed manually
  37.      or via arbitrary mapping of keys.  (Every key may be mapped to 16
  38.      different things)
  39.  
  40.     -fast visual response (it scrolls quickly)
  41.  
  42.     -title-line statistics showing your current position in the file,
  43.      file name, whether the file has been modified or not, etc...
  44.  
  45.     -Multiple Windows, ability to iconify windows
  46.  
  47.     -Word Wrap and automatic paragraph formatting.
  48.  
  49.     -ability to map any KEY or MOUSE BUTTON combination.
  50.  
  51. DME has been designed to allow easy expansion, and I intend to make many
  52. future improvments.  It has not been designed for user friendliness, but is
  53. straight forward if you read this document fully.
  54.  
  55. DME can take any number of arguments.  Any argument without a '-' in front
  56. of it is considered to be a file.   Normally, DME will automatically SOURCE
  57. two script file, S:.EDRC, and the .EDRC in your current directory. These
  58. files do not have to exist. These script files usually contain mappings and
  59. do things like turn on word wrap and set the right margin.
  60.  
  61.     FLAGS:
  62.         -ffilename        -source this script file instead of .EDRC
  63.  
  64.         -b            -normally when multiple files are specified,
  65.                  DME opens them with small windows.  This opens
  66.                  them with normal sized windows.
  67.  
  68.         -tN     -Open the window on scan line N
  69.         -lN     -Open the window offset N scan columns
  70.         -wN     -Make the window N pixels wide
  71.         -hN     -Make the window N pixels high
  72.  
  73.  
  74.                     II
  75.                  KEYMAPPING
  76.  
  77. MOUSE BUTTONS:
  78.  
  79.     The mouse buttons and combinations thereof may now be mapped.  The
  80.     default mappings for the mouse buttons are as follows:
  81.  
  82.     Left-button:    Move cursor to current mouse position
  83.     Right-button:   Iconify window
  84.     Left-button held down while moving mouse tracks the cursor
  85.  
  86.     The iconification features:
  87.     -Remembers original window size and placement
  88.     -Remembers placement of iconified window when you re-iconify later.
  89.  
  90.     Currently, you will crash the machine if you run out of memory and DME
  91.     is unable to open the icon window or original window, so be careful.
  92.  
  93.     see below for mapping the mouse buttons and mouse movement.
  94.  
  95.  
  96. KEYBOARD:
  97.  
  98. The rest of the Functional interface for DME is based on key/mouse mappings
  99. and a rich command set.  Unlike other text editors, any non-qualifier key
  100. in DME may have any meaning whatsoever.  It just so happens that the
  101. default keymappings assign such things as the `return' key to the RETURN
  102. function, the `up' key to the UP function, etc...  Keys are named by their
  103. keycap labels with the following exceptions:
  104.  
  105.     the name for Back-Space is    BS
  106.     the name for numeric keypad keys are prepended with an NK, except for
  107.     the Enter key which is named 'ENTER'.
  108.     The four cursor control keys are labeled UP, DOWN, LEFT, and RIGHT
  109.     The three mouse buttons are labeled RMB, MMB, and LMB.
  110.  
  111. *NOTE*    the normal Amiga mouse has only two buttons, the Left and the Right
  112. mouse buttons (LMB, RMB).  A properly installed three-button mouse is
  113. also supported.
  114.  
  115. *NOTE*    You must type commands in lower-case, except for text, which can be
  116. either lower or upper case, and for upper-case alpha keys when specifying
  117. keymaps (i.e.  A and s-a are the same key).  The exception is the AMIGA
  118. qualifier key, which uses 'A' instead of 'a'(Alt).
  119.  
  120. Each key may be qualified with any combination of CTRL, ALT, SHIFT, AMIGA,
  121. or any of the MOUSE buttons.  With 6 qualifiers (7 if your mouse has a
  122. middle button), you can assign up to 64 (128) different maps to each
  123. physical key on the keyboard.
  124.  
  125. NOTE: The CAPS-LOCK, when lit, is equivalent to SHIFT only for Alpha keys.
  126.  
  127. NOTE: The AMIGA-ALT (aA) combination isn't very usable since Intuition uses
  128. the sequence to duplicate a Mouse SELECT.  Other AMIGA sequences are used
  129. by intuition for mouse movement and other things.  Some other qualifier
  130. combinations may not be usable due to other special sequences.
  131.  
  132.     ***EXAMPLES:***
  133.  
  134.     tab tab
  135.     a-a ALT a
  136.     A-a AMIGA a
  137.     sA-a    SHIFT AMIGA a
  138.     s-tab    SHIFT tab
  139.     c-tab    CTRL tab
  140.     ac-?    ALT-CTRL ?
  141.     s-f5    SHIFT F5
  142.     nk0 Numeric Keypad 0
  143.     cs-nk0    CTRL SHIFT Numeric Keypad 0
  144.     L-lmb    Left Mouse button pressed
  145.     L-mmove    Mouse moved while left mouse button held down
  146.     LR-lmb    left mouse button hit while right mouse button held down
  147.  
  148.     ***************
  149.  
  150. MAPPING MOUSE BUTTONS
  151.  
  152.     Mouse buttons serve both as QUALIFIERS and as KEYS.  Thus, you can map
  153.     both normal keystrokes which require a mouse button to be held down:
  154.  
  155.     map L-a ``left button and an a''
  156.  
  157.     as well as the mouse keys themselves:
  158.  
  159.     map L-lmb   ``left mouse key''
  160.  
  161.     note that you had to specify the left mouse button down qualifier L as
  162.     well as the left mouse button LMB.
  163.  
  164.     If you map the left mouse button, and also map a sequence such as left
  165.     mouse button + a:
  166.  
  167.     map L-lmb   tomouse
  168.     map L-a     ``hello''
  169.  
  170.     Note that the first mapping will always get executed even if you
  171.     intended L-a (that is, BOTH mappings would get executed).  In order
  172.     to avoid confusion you might want to UNMAP the system default mapping
  173.     for the right mouse button (mapped to ICONIFY) if you wish to apply
  174.     combinations to the right mouse button.
  175.  
  176.     MOUSE MOVEMENT is mapped with one or more mouse qualifiers (L, R, M),
  177.     plus 'MMOVE' for the key.  That is:
  178.  
  179.     map LR-mmove ``moving the mouse with both buttons held down''
  180.  
  181.  
  182. DEFAULT KEYMAP:
  183.  
  184.     All Printable Ascii keys mapped to their ascii equivalent
  185.     BS, DEL, UP, DOWN, LEFT, RIGHT, TAB, S-TAB, ENTER mapped properly
  186.  
  187.     `s- '       Shift Space is Mapped to space
  188.     backspace    Back Space
  189.     tab Tab
  190.     s-tab    Back tab
  191.     enter    the RETURN command
  192.     return    `return insline up firstnb down'
  193.     esc Escape into command mode
  194.     del Delete character
  195.     s-del    Delete line
  196.     c-del    Remove to end of line
  197.     up        cursor up
  198.     down    cursor down
  199.     left    cursor left
  200.     right    cursor right
  201.     s-up    top of text
  202.     s-down    bottom of text
  203.     s-left    first column
  204.     s-right    last column (one past the last non-blank on a line)
  205.     c-up    page up
  206.     c-down    page down
  207.     c-q Quit
  208.     c-w TOGGLE WORD WRAP MODE
  209.     f1        Prompts for file to insert
  210.     f2        Prompts for new file to replace current text with
  211.     f3        Prompts for new file to place into new window
  212.     f7        Prompts for filename to save marked block to
  213.     f8        Saves current text and then does an 'f2'
  214.     f9        Saves current text, but does not quit
  215.     f10     Saves current text and quits.
  216.     c-r     Word Right
  217.     c-l     Word Left
  218.     c-i     insert mode on
  219.     c-o     insert mode off
  220.     c-/     Prompts for search pattern
  221.     c-p     search previous occurance
  222.     c-n     search next occurance
  223.     c-s     `split first down' ... fancy split line
  224.     c-u     Unblock a block
  225.     c-b     Mark start/end of a block
  226.     a-s     SOURCE a block of text as if it were a script file
  227.     sa-s    SOURCE the current line of text as if it were a script file
  228.     a-d     delete block
  229.     a-c     copy block
  230.     a-m     move block
  231.     c-f     reformat paragraph
  232.     c-g     Prompts for line to GOTO to.
  233.     c-j     join next line to this line.
  234.     L-lmb    move cursor to mouse position (tomouse)
  235.     L-mmove    move cursor to mouse position (tomouse)
  236.     R-rmb    iconify window
  237.     help    `newwindow newfile s:DME.DOC escimm `find ''
  238.  
  239.  
  240.                     III
  241.                  COMMAND SEQUENCES
  242.  
  243. DME has a rich command set which allows you to embed commands within
  244. commands, or specify multiple commands in a row.  A command consists of a
  245. KEYWORD followed by a FIXED number of arguments (0, 1, 2...).  The argument
  246. delimeter in DME is a SPACE.  Therefore, to embed strings containing spaces
  247. as a single argument, you must surround the string with `string'
  248. (backquote-string-quote).  TEXT to be written as if typed is also specified
  249. via a string in backquote-quotes.  For example:
  250.  
  251.     right right `hello' right right `hello' enter down
  252.     map f4 `right right' map f5 `left left'
  253.     map f4 ``hello''
  254.  
  255. Reiterating (because this is important!)... If a command expects ONE
  256. argument, then it really does expect a single argument, and any remaining
  257. arguments are thought to be the next command... so:
  258.  
  259.     map f4 right
  260.                     -right is only one word, so no need
  261.                      for `'.
  262.     map f4 `right right'
  263.                     -we want to map f4 to two rights... we
  264.                      need the `' or the second right will
  265.                      not be part of the map.
  266.  
  267.     map c-del `repeat cright del'
  268.                     -this is already implimented as REMEOL,
  269.                      but shown here for clarity.
  270.  
  271. Some arguments will eventually be fed through the command interpreter more
  272. than once.  The MAP command is a good example.    When you execute a MAP
  273. command, the first run through the command interpreter installs the map
  274. string minus a set of quotes.  So, if you want to specify text, you must
  275. enclose the text in two sets of ``text'' because the map string gets passed
  276. through the command interpreter again when you hit the mapped key.  Here
  277. are some more complex examples:
  278.  
  279.     map f4 `right right `hello' left left'      *RIGHT*
  280.     map f4 right right hello left left        *WRONG*
  281.  
  282.     map f4 `map f4 ``hello'''
  283.                     -the first time you hit F4, it's command
  284.                      is to re-map itself to the TEXT `hello'.
  285.                      (gads!).
  286.  
  287.     map c-i `repeat tr `` '''
  288.                     -example of how to embed a space in a
  289.                      map and repeat (goes through command
  290.                      interpreter three times!).
  291.  
  292.  
  293. An easy way to fool around executing commands or making maps is either to
  294. use the ESC key (which enters command mode), or  a-S (alt-shift-s), which
  295. EXECUTES the current DME line that the cursor is on.... so you can use DME
  296. to edit and test your new keymappings.
  297.  
  298.  
  299. !!!!!!!!!! NOTE NOTE NOTE NOTE NOTE !!!!!!!!!!!!!! You must type commands
  300. in LOWER case. They are in upper case here for visibility.
  301.  
  302.     COMMAND LIST
  303.  
  304.     `text'          -enter text as if typed.
  305.     key         -execute a keymap as a macro (example:  c-a)
  306.     BACK        -same as BS
  307.     BACKTAB        -backward tab
  308.     BCOPY        -copy block before cursor line
  309.     BDELETE        -delete the block
  310.     BLOCK        -Set start or end of block
  311.     BMOVE        -move block before cursor line
  312.     BOTTOM        -Move to Bottom of File
  313.     BS            -backspace, (delete char to left of cursor)
  314.     BSAVE file        -save the block to a file
  315.     BSOURCE        -source current text block as if it were a script file
  316.     DEL         -delete, (deletes char under cursor)
  317.     DELINE        -delete line
  318.     DOWN        -cursor down
  319.     DOWNADD        -cursor down.  If at bottom of text, add a line.
  320.     ESC         -toggle manual command entry mode
  321.     ESCIMM arg        -go into command entry mode prompting with a
  322.              predefined string.
  323.     EXECUTE comm    -Execute a CLI command
  324.     FIND string     -SET the search pattern and do a NEXT
  325.     FINDR s1 s2     -Set find and replace patterns and do one find/rep.
  326.     FINDSTR string  -SET the search string pattern
  327.     FIRST        -move to column 1
  328.     FIRSTNB        -Move to first non-blank in line.
  329.     GOTO BLOCK        -Goto the beginning of the marked block.
  330.     GOTO START        -same as GOTO BLOCK.  undefined if no block
  331.     GOTO END        -goes to the END of the marked block.  undef. if no blk.
  332.     GOTO [+/-]N     -Goto an absolute or relative line number
  333.     HEIGHT N        -set height in pixels for any new window
  334.     ICONIFY        -iconify the window
  335.     IF cnd act        -IF/WHILE/IFELSE.. SEE BELOW
  336.     IFELSE cnd ifact elseact
  337.     INSERTMODE what -set INSERTMODE.  what = on, off, or toggle
  338.     INSFILE name    -insert a file into the current text.
  339.     INSLINE        -insert line
  340.     JOIN        -join next line to line at cursor
  341.     LAST        -move one beyond the last non-space in a line.
  342.     LEFT        -cursor left
  343.     LEFTEDGE N        -set leftedge in pixels for any new window
  344.     MAP key map     -map a key to a keymap
  345.     MARGIN N        -set WordWrap and paragraph formatting margin
  346.              (related to WORDWRAP and REFORMAT)
  347.     NEWFILE name    -replace current text with new file
  348.     NEWWINDOW        -open newwindow
  349.     NEXT        -find next occurance of search pattern
  350.     NEXTR        -find next occurance and replace
  351.     PAGEDOWN        -pagedown a partial page (see PAGESET)
  352.     PAGESET n        -n PERCENT (0 to 100). page step size relative to the
  353.              current number of rows in the window.
  354.     PAGEUP        -pageup a partial page (see PAGESET)
  355.     PREV        -find previous occurance of search pattern
  356.     PREVR        -find previous occurance and replace
  357.     QUIT        -quit
  358.     REFORMAT        -reformat paragraph using the margin.
  359.     REMEOL        -Remove text under and beyond the cursor.
  360.     REPEAT cnt comm -SEE BELOW
  361.     REPSTR string   -SET the replace string pattern
  362.     RESETTOGGLE N   -clear toggle array entry N(0..31)
  363.     RESIZE cols rows-Resize current window. E.G:  `resize 70 23'
  364.     RETURN        -same as `FIRST DOWNADD'
  365.     RIGHT        -cursor right
  366.     SAVEAS file     -save current text under a different name (title
  367.              line name does not change)
  368.     SAVEMAP file    -save user keymappings
  369.     SAVEOLD        -save current text under current name
  370.     SAVESMAP file   -save all keymappings, including system keymaps
  371.     SAVETABS on/off -Optimize file saves by crunching spaces to tabs.
  372.              The default is OFF.
  373.     SCREENBOTTOM    -Move cursor to the bottom of the screen.
  374.     SCREENTOP        -Move cursor to the top of the screen
  375.     SETTOGGLE N     -set toggle array entry N  (0..255)
  376.     SOURCE file     -source a script file
  377.     SPLIT        -Split line at cursor
  378.     TAB         -forward tab
  379.     TABSTOP N        -Set tab stops every N.  does not effect text load
  380.     TLATE [+/-]N    -translate character by +N or -N, or set character
  381.              to exactly N if no + or -. (e.g. TLATE +65 TLATE 3)
  382.     TOGGLE N        -flip toggle array entry N (0..255)  (See IF)
  383.     TOMOUSE        -moves cursor to mouse position
  384.     TOP         -Move to Top of File
  385.     TOPEDGE N        -set topedge in pixels for any new window
  386.     UNBLOCK        -clear the block markers for the current window
  387.     UNMAP key        -unmap a key
  388.     UP            -cursor up
  389.     WHILE cnd act   -(see below)
  390.     WIDTH N        -set width in pixels for any new window
  391.     WLEFT        -move to beginning of previous word.  If in the
  392.              middle of a word, move to beginning of current word.
  393.     WORDWRAP on/off/toggle
  394.             -Word Wrap mode (related to MARGIN)
  395.     WRIGHT        -move to beginning of next word
  396.  
  397.  
  398.  
  399.     -------------------------------------------------------------------
  400.     Command which cause a command line to abort (e.g. in repeat, while):
  401.  
  402.     FIND[R]/NEXT[R]/PREV[R]  when the string is not found.  NEXT stops at
  403.     the end of the file, PREV stops at the beginning.
  404.  
  405.     DOWN,LEFT,RIGHT,UP    when the operation cannot be done.
  406.     -------------------------------------------------------------------
  407.  
  408.  
  409.     REPEAT N arg    -Repeat `arg' N times.  Apart from being a number, N
  410.              can also be one of:
  411.  
  412.             line    Current line # (lines begin at 1)
  413.             lbot    #lines to the bottom, including current line
  414.             cleft    column # (cols begin at 0)
  415.             cright    #chars to eol, including current char under cursor
  416.             tr    #char positions to next tab
  417.             tl    #char positions to next back tab
  418.  
  419.             Certain commands can abort a REPEAT loop.
  420.             Specifically, any FIND[R], NEXT[R], or PREV[R] in which
  421.             the search string is NOT found will abort a REPEAT.
  422.             Most operations which can go out of bounds, such as
  423.             UP, LEFT, RIGHT, DOWN, also abort a repeat.
  424.  
  425.             Specifying -1 as N causes REPEAT to go on forever
  426.             (well, actually, 0xFFFFFFFF times) or until an abort.
  427.             To abort an accidentel infinite loop, you must use the
  428.             CLI BREAK command.
  429.  
  430.     IF [!]condition arg
  431.     WHILE [!]condition arg
  432.     IFELSE [!]condition arg else arg
  433.  
  434.         If the specified condition is true, execute the argument.  For
  435.         WHILE, the argument is executed until the condition is false
  436.         (be careful!).
  437.  
  438.         the optional '!' inverts the logic.
  439.  
  440.         Conditions:
  441.  
  442.         #        if toggle entry # is SET.  there are 256 toggles (0..255)
  443.         t        if On line 1
  444.         b        if On last line
  445.         l        if At column 0
  446.         r        if At end of line (spaces below and beyond)
  447.         m        if Text has been modified
  448.         i        if in insert mode
  449.         x[<=>]# if column position (starts at 1) is (any OR combo of
  450.             <, =, or >) than some number.  Example:   x<=20
  451.         y[<=>]# if Line number (starts at 1) is (same as for x)
  452.         cl        character under cursor is lower case alpha
  453.         cu        character under cursor is upper case alpha
  454.         ca        character under cursor is alpha-numeric
  455.         cn        character under cursor is numeric
  456.         c[<=>]# character under cursor is ascii code # (# in decimal)
  457.             optional conditionals as in 'x' and 'y'.
  458.         cb        cursor within a block
  459.  
  460.     Example: simulating an insert mode toggle: ALT-i (not CTL-i)
  461.  
  462.      map a-i `ifelse 0 `toggle 0 insertmode OFF' `toggle 0 insertmode ON''
  463.  
  464.     Example: while lower case, map to upper case and move right.
  465.  
  466.      map c-U `while cl `tlate -32 right''
  467.  
  468.      if c<32 ``char under cursor is smaller than 32''
  469.      if c<>32 ``char under cursor is not equal to 32''
  470.      while !b down
  471.  
  472.  
  473.     WARNING:    It is possible to get into infinite loops with REPEAT and
  474.         WHILE.    Currently, BREAK is *not* handled by the open
  475.         window, but by whatever executed DME.  That is, you must
  476.         either Ctl-C from your CLI, or send a BREAK to the DME
  477.         process.  I hope to fix this soon.
  478.  
  479.  
  480.                     IV
  481.                  FILE PARTICULARS
  482.  
  483. No Matter what you set internal tabs to, tabs in disk files will be 8.
  484. This allows you to use your favorite tabs stops (mine are 4) and still
  485. have your disk files compatible with TYPE, a printer, etc...  DME by
  486. default doesn't bother to optimize when writing out files and simply uses
  487. spaces. If you `SAVETABS on' before saving (or in your S:.EDRC, etc...),
  488. DME will attempt to optimize the file by placing TABS in appropriate
  489. places.  DME will not place any TABS after the first single, back, or
  490. double quote is encountered in a line.    If this does not cover every
  491. situation in your particular application that you want to be *sure* no tabs
  492. will occur in sensitive sections, then you should not use `SAVETABS on'.
  493.  
  494. It should be noted that since DME removes spaces at the end of the line,
  495. editing UUENCODED ascii files will not work for uuencoded lines which end
  496. with a space.  The nominal fix is to add an extra character after each
  497. uuencoded line (anything), which is ignored by the UUDECODE program.
  498.  
  499. The command to save the current document under the default name is SAVEOLD,
  500. *not* SAVE.  SAVE is not a valid command.  This is to prevent people who
  501. have not read the documentation from assuming 'save' takes an argument (and
  502. screwing up their work).  SAVEOLD does NOT take an argument, SAVEAS does.
  503.  
  504. SAVEOLD/SAVEAS does not automatically backup the destination file.  If you
  505. are working in an enviroment where you are worried about ensuring a viable
  506. copy can be recovered if your Amiga crashes in the middle of the save, you
  507. can write a macro to save the file into two places.  Usually, people backup
  508. their working disks so this is not neccesary.
  509.  
  510. Workbench Support:  If DME is run from the workbench, it will automatically
  511. construct an icon file when you save a document.  If run from a CLI, no
  512. icon file is generated.
  513.  
  514.                     V
  515.                   WORKBENCH SUPPORT
  516.  
  517. DME V1.26 and beyond support the workbench in the following way:  (1) you
  518. can click on the DME icon to bring up DME with ram:unnamed.  (2) you can
  519. select one or more standard ascii documents which have DME as the default
  520. tool.  If DME has no knowlege of a text icon, it uses its own.    Command
  521. line arguments are passed to DME via the tooltypes entries for DME's
  522. application icon or via individual document icons.  The following format is
  523. used:
  524.  
  525.     ARG=flag
  526.  
  527.     See the OVERVIEW section for allowed flags.  Only one argument per line
  528.     is allowed (sorry).  The tooltypes for the application icon are
  529.     processed first, then the tooltypes for each document icon are
  530.     processed before each file is loaded.
  531.  
  532.     ARG= -t10
  533.     ARG= -l10
  534.  
  535.                     VI
  536.                   REVISION SUMMARY
  537.  
  538. V1.27 RELEASE
  539.     -macros run about 20% faster due to hashing of the command table
  540.     -Maximum # of toggles raised to 256 (see IF/WHILE)
  541.     -small fixes to the code (nothing major)
  542.     -child windows inherit tab stops, insert mode, and wordwrap mode
  543.     -MOUSE BUTTONS AND MOVEMENT CAN NOW BE MAPPED
  544.     -New Commands: ICONIFY    (used to be hardwired.    Is now a command)
  545.     -Extended Commands: GOTO    (GOTO END)
  546. V1.26 Beta, minimal Release
  547.     -Workbench support
  548.     -New Command:   EXECUTE
  549. V1.25 RELEASE
  550.     -BSAVE does NOT UNBLOCK after saving (switch in functionality yet again)
  551.     -various bugs fixed (IF, tabs on file save)
  552.     -New Commands: MARGIN, REFORMAT, WORDWRAP, RESIZE,
  553.            TOPEDGE, LEFTEDGE, WIDTH, HEIGHT
  554.     -Command line options added for setting the window size and an optional
  555.      specified script file (when specified, local .EDRC not sourced).
  556.  
  557.     -Enhanced Commands: IF  ..more control with conditions, addition of
  558.                   a couple more specifications.
  559.                JOIN .. functionality slightly changed
  560.     -keymaps may now be used as macros in other commands. (macros)
  561.     -New keymaps added to the default set.
  562.     -Mouse movement cleaned up a little.
  563.  
  564. V1.24 Internal
  565.  
  566. V1.23 RELEASE
  567.     -S:.EDRC now sourced instead of C:.EDRC
  568.     -User keymappings now work in COMMAND mode (when you hit ESC).
  569.     -You can now map the Amiga keys ('A' for Amiga, since 'a' is alt).
  570.     -Enhanced Commands: IF/IFELSE/WHILE (optional '!' in front of cond)
  571.             new condition 'cb' 'character in selected block'
  572.             GOTO (can now say `goto block')
  573.     -NewCommands:    PAGESET SAVETABS
  574.     -Writing TABS (always 8) out to disk to save space now supported.
  575.  
  576. V1.22 RELEASE (BUF FIXES FROM 1.20)
  577.     -'newfile' fixed
  578. V1.21 RELEASE (BUG FIXES FROM 1.20)
  579.     -iconify and window handling fixed
  580.     -left mouse button now tracks the mouse.
  581. V1.20 RELEASE
  582.     -bug fixes: bsave now unmarks the block, bdelete now sets 'modified' flag.
  583.         (other small fixes).
  584.     -enhancements: overwrite mode status indicator, find, find-replace now
  585.         completely implemented (yahhoo!!!)
  586.     -changed commands:    FIND NEXT PREV: no longer loop back to the top of
  587.         file or top->bottom in the case of PREV.  DELINE will now delete
  588.         text on the line if there is only one line of text.
  589.     -enhanced commands: GOTO REPEAT
  590.     -new commands: SAVEMAP SAVESMAP TOGGLE SETTOGGLE RESETTOGGLE TLATE
  591.            IF IFELSE WHILE BSOURCE
  592.            FINDSTR REPSTR FINDR NEXTR PREVR
  593.            NEWWINDOW
  594.     -new keymappings: (see a-s, a-S, f3)
  595.     -window iconification with mouse menu button.
  596.  
  597.  
  598. V1.12 RELEASE
  599.     -cursor is now pen #3 rather than #1.
  600.     -changeover to AZTEC C, smaller executable.
  601.     -now maps shift space to a space.
  602.     -new commands: REMEOL, WLEFT, WRIGHT
  603.     -display bug fixes (SPLIT)
  604.     -FIND/PREV/NEXT will now abort a REPEAT if string not found.
  605.  
  606. V1.11 RELEASE NOTES
  607.     -Bug fixes (mainly graphical mistakes).
  608.     -User keymappings are disabled in command mode (so you can unmap
  609.       single ascii characters you may have mapped).
  610.     -Illegal key combinations no longer give garbage (e.g. ALT-CURSOR-DOWN)
  611.       you can, of course, still map them to anything you wish.
  612.     -Save now checks for error conditions on write.
  613.     -Uses Default Console Keymap (i.e. no longer assumes USA)... but there
  614.       *is* some stangeness.
  615.  
  616. V1.00 RELEASE NOTES
  617.     -has find, but no replace function
  618.     -marked blocks are not highlighted
  619.     -assumes USA keyboard            (fixed 1.11)
  620.     -disk files written out use spaces instead of tabs&spaces
  621.     -No scroll bar yet.
  622.  
  623.  
  624.                     VII
  625.                 COMPILING
  626.  
  627. DME now compiles only under AZTEC.  You must compile with the 32 bit int
  628. option, but may use the small code/data model.    You must use V3.00 or above
  629. of MY.LIB  (MY[L]32.LIB, dated no sooner than MARCH 1987).  I use a
  630. precompiled symbol file containing ALL the amiga includes (but not any
  631. aztec standard includes).  Look at the MAKEFILE for further information
  632.  
  633.  
  634.  
  635.